| GraphicsFormats package for Buoy |
|
RawPngImporter Class
A class to Import RawBitmap from a PNG format. The picture can be imported from a File or Bytes buffer
This class uses RawBitmap that is defined in the RawBitmap package instead of Buoy Pictures.
This class will import ICC Color Profile if the image has ICC Color Profile.
The RawPngImporter can import images with either 8 bit per channel or 16 bit per channel, maintaining full precision.
Import: EinhugurGraphicsFormats.RawPng
Object
RawPngImporter
class RawPngImporter
Constructors
Properties
Author | Returns the Author metadata field which is for name of image's creator |
Copyright | Returns theCopyright metadata field which is for copyright notice |
Description | Returns the description metadata field. |
Disclaimer | Returns the disclaimer metadata field which is for legal disclaimer for the image. |
Force8bitDepth | Forces images to be imported with channel depth as 8 bits even if the source image has 16 bits. |
Gamma | Gamma value that was read from the image. |
shared Information | Shared function to get information about the file format. |
Software | Returns the Software metadata field which is for name of the software used to create the image |
Source | Returns the Source metadata field which is for name of the device used to create the image |
Title | Returns the Title metadata field which is for short one line title for image |
Warning | Returns the Warning metadata field which is for warnings of nature of content |
Methods
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 64 bitWindows ARM 64 bitLinux 64 bitLinux ARM 64 bit